home *** CD-ROM | disk | FTP | other *** search
/ HyperLib 1997 Winter - Disc 1 / HYPERLIB-1997-Winter-CD1.ISO.7z / HYPERLIB-1997-Winter-CD1.ISO / オンラインウェア / BUS / DynRisk 68k 4.01 demo.sit / DynRisk-Help.rsrc / TEXT_6203.txt < prev    next >
Text File  |  1996-08-30  |  676b  |  11 lines

  1. Single
  2.  
  3. This algorithm is used for nodes where the local value is combined with the global input values using a single operator.
  4.  
  5. The output value of a node with 窶彜ingle窶 as algorithm is computed according to the following rule:
  6.  
  7.     Output value = Op1(X1, X2,窶ヲ, LR)
  8.  
  9. where Op1 is the 窶廾perator 1窶 for this node, X1, X2,窶ヲ represent its input values, L is the local factor of the node, and R is a random number generated from the distribution of the node. Note, however, that if the node does not include stochastic values, the R-factor is skipped.
  10.  
  11. Whenever you create a stochastic node which is not 窶廬ndependent窶, its algorithm is initialized to be 窶彜ingle窶.